.khanhan{
font: bold 14px Verdana;
  /*background of menu bar (default state)*/
width: 100%;
color:#900;
}

.khanhan ul li div a{
 /*background of menu items (default state)*/
color: #900;
padding: 8px 10px;
border-right: 1px solid #778;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
}
.khanhan ul li div a:hover{
/*background: #900; background of menu items (default state)*/
background:url(../../images/skin/menu/bg3.png) center;
color: #030;
padding: 8px 10px;
border-right: 0px solid #778;
text-decoration: none;
text-transform:uppercase;
}	
.khanhan ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.khanhan ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.khanhan ul li a{
display: block;
 /*background of menu items (default state)*/
color: #FFF;
padding: 8px 10px;
border-right: 1px solid #778;
text-decoration: none;
}

.khanhan ul li a:hover{
background: #900; /*background of menu items during onmouseover (hover state)*/
color: #FFF;
}
* html .khanhan ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.khanhan ul li a:link, .khanhan ul li a:visited{
font-weight:bold;
}

.khanhan ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #FFF;
}


	
/*1st sub level menu*/
.khanhan ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.khanhan ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.khanhan ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.khanhan ul li ul li a{
font: normal 13px Verdana;
width: 250px; /*width of sub menus*/

padding: 6px;
margin: 0;
text-align:left;
border-top-width: 0;
border-bottom: 1px solid #FFF;
border-left: 2px solid #900;
color: #060;
background:url(../../images/skin/menu/bg3.png) center;


}
.khanhan ul li ul li a:hover{
font: normal 14px Verdana;
font-weight:bold; color: #FFF;
}
/* Holly Hack for IE \*/
* html .khanhan{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left:;
top: 0;
width: 0;
height: 0;
background:url(../../images/skin/menu/bg3.png) center;

}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
